home *** CD-ROM | disk | FTP | other *** search
- /* config.h.in. Generated automatically from configure.in by autoheader. */
-
- /* Define if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
- #ifndef _ALL_SOURCE
- #undef _ALL_SOURCE
- #endif
-
- /* Define if using alloca.c. */
- #undef C_ALLOCA
-
- /* Define if the closedir function returns void instead of int. */
- #undef CLOSEDIR_VOID
-
- /* Define to empty if the keyword does not work. */
- #undef const
-
- /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- This function is required for alloca.c support on those systems. */
- #undef CRAY_STACKSEG_END
-
- /* Define to the type of elements in the array set by `getgroups'.
- Usually this is either `int' or `gid_t'. */
- #undef GETGROUPS_T
-
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
-
- /* Define if you have alloca, as a function or macro. */
- #undef HAVE_ALLOCA
-
- /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
- #undef HAVE_ALLOCA_H
-
- /* Define if you don't have vprintf but do have _doprnt. */
- #undef HAVE_DOPRNT
-
- /* Define if you have the getmntent function. */
- #undef HAVE_GETMNTENT
-
- /* Define if you have a working `mmap' system call. */
- #undef HAVE_MMAP
-
- /* Define if your struct stat has st_blocks. */
- #undef HAVE_ST_BLOCKS
-
- /* Define if utime(file, NULL) sets file's timestamp to the present. */
- #undef HAVE_UTIME_NULL
-
- /* Define if you have the vprintf function. */
- #undef HAVE_VPRINTF
-
- /* Define as __inline if that's what the C compiler calls it. */
- #undef inline
-
- /* Define if major, minor, and makedev are declared in <mkdev.h>. */
- #undef MAJOR_IN_MKDEV
-
- /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
- #undef MAJOR_IN_SYSMACROS
-
- /* Define if on MINIX. */
- #undef _MINIX
-
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef mode_t
-
- /* Define to `long' if <sys/types.h> doesn't define. */
- #undef off_t
-
- /* Define if the system does not provide POSIX.1 features except
- with this defined. */
- #undef _POSIX_1_SOURCE
-
- /* Define if you need to in order for stat and other things to work. */
- #undef _POSIX_SOURCE
-
- /* Define as the return type of signal handlers (int or void). */
- #undef RETSIGTYPE
-
- /* Define to `unsigned' if <sys/types.h> doesn't define. */
- #undef size_t
-
- /* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown
- */
- #undef STACK_DIRECTION
-
- /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
- #undef STAT_MACROS_BROKEN
-
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
-
- /* Define if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
-
- /* Define if your <sys/time.h> declares struct tm. */
- #undef TM_IN_SYS_TIME
-
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
-
- /* Define if you have the Andrew File System. */
- #undef AFS
-
- /* Define to 1 if NLS is requested. */
- #undef ENABLE_NLS
-
- /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
- #undef GWINSZ_IN_SYS_IOCTL
-
- /* Define as 1 if you have catgets and don't want to use GNU gettext. */
- #undef HAVE_CATGETS
-
- /* Define as 1 if you have gettext and don't want to use GNU gettext. */
- #undef HAVE_GETTEXT
-
- /* Define if your locale.h file contains LC_MESSAGES. */
- #undef HAVE_LC_MESSAGES
-
- /* Define to 1 if you have the stpcpy function. */
- #undef HAVE_STPCPY
-
- /* Define to `unsigned long' if <sys/types.h> doesn't define. */
- #undef ino_t
-
- /* Define if there is a member named d_ino in the struct describing
- directory headers. */
- #undef D_INO_IN_DIRENT
-
- /* Define if `struct utimbuf' is declared -- usually in <utime.h>. */
- #undef HAVE_STRUCT_UTIMBUF
-
- /* Define if there is no specific function for reading the list of
- mounted filesystems. fread will be used to read /etc/mnttab. [SVR2] */
- #undef MOUNTED_FREAD
-
- /* Define if (like SVR2) there is no specific function for reading the
- list of mounted filesystems, and your system has these header files:
- <sys/fstyp.h> and <sys/statfs.h>. [SVR3] */
- #undef MOUNTED_FREAD_FSTYP
-
- /* Define if there is a function named getfsstat for reading the list
- of mounted filesystems. [DEC Alpha running OSF/1] */
- #undef MOUNTED_GETFSSTAT
-
- /* Define if there is a function named getmnt for reading the list of
- mounted filesystems. [Ultrix] */
- #undef MOUNTED_GETMNT
-
- /* Define if there is a function named getmntent for reading the list
- of mounted filesystems, and that function takes a single argument.
- [4.3BSD, SunOS, HP-UX, Dynix, Irix] */
- #undef MOUNTED_GETMNTENT1
-
- /* Define if there is a function named getmntent for reading the list of
- mounted filesystems, and that function takes two arguments. [SVR4] */
- #undef MOUNTED_GETMNTENT2
-
- /* Define if there is a function named getmntinfo for reading the list
- of mounted filesystems. [4.4BSD] */
- #undef MOUNTED_GETMNTINFO
-
- /* Define if there is a function named listmntent that can be used to
- list all mounted filesystems. [UNICOS] */
- #undef MOUNTED_LISTMNTENT
-
- /* Define if there is a function named mntctl that can be used to read
- the list of mounted filesystems, and there is a system header file
- that declares `struct vmount.' [AIX] */
- #undef MOUNTED_VMOUNT
-
- /* Define to the name of the distribution. */
- #undef PACKAGE
-
- /* The concatenation of the strings PACKAGE, "-", and VERSION. */
- #undef PACKAGE_VERSION
-
- /* Define to 1 if ANSI function prototypes are usable. */
- #undef PROTOTYPES
-
- /* Define if statfs takes 3 args. [DEC Alpha running OSF/1] */
- #undef STAT_STATFS3_OSF1
-
- /* Define if there is no specific function for reading filesystems usage
- information and you have the <sys/filsys.h> header file. [SVR2] */
- #undef STAT_READ_FILSYS
-
- /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
- [4.3BSD, SunOS 4, HP-UX, AIX PS/2] */
- #undef STAT_STATFS2_BSIZE
-
- /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
- [4.4BSD, NetBSD] */
- #undef STAT_STATFS2_FSIZE
-
- /* Define if statfs takes 2 args and the second argument has
- type struct fs_data. [Ultrix] */
- #undef STAT_STATFS2_FS_DATA
-
- /* Define if statfs takes 4 args. [SVR3, Dynix, Irix, Dolphin] */
- #undef STAT_STATFS4
-
- /* Define if there is a function named statvfs. [SVR4] */
- #undef STAT_STATVFS
-
- /* Define if the block counts reported by statfs may be truncated to 2GB
- and the correct values may be stored in the f_spare array.
- [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
- SunOS 4.1.1 seems not to be affected.] */
- #undef STATFS_TRUNCATES_BLOCK_COUNTS
-
- /* Define to the version of the distribution. */
- #undef VERSION
-
- /* Define if you have the __argz_count function. */
- #undef HAVE___ARGZ_COUNT
-
- /* Define if you have the __argz_next function. */
- #undef HAVE___ARGZ_NEXT
-
- /* Define if you have the __argz_stringify function. */
- #undef HAVE___ARGZ_STRINGIFY
-
- /* Define if you have the bcopy function. */
- #undef HAVE_BCOPY
-
- /* Define if you have the dcgettext function. */
- #undef HAVE_DCGETTEXT
-
- /* Define if you have the endgrent function. */
- #undef HAVE_ENDGRENT
-
- /* Define if you have the endpwent function. */
- #undef HAVE_ENDPWENT
-
- /* Define if you have the fchdir function. */
- #undef HAVE_FCHDIR
-
- /* Define if you have the ftime function. */
- #undef HAVE_FTIME
-
- /* Define if you have the ftruncate function. */
- #undef HAVE_FTRUNCATE
-
- /* Define if you have the getcwd function. */
- #undef HAVE_GETCWD
-
- /* Define if you have the getgroups function. */
- #undef HAVE_GETGROUPS
-
- /* Define if you have the getmntinfo function. */
- #undef HAVE_GETMNTINFO
-
- /* Define if you have the getpagesize function. */
- #undef HAVE_GETPAGESIZE
-
- /* Define if you have the gettimeofday function. */
- #undef HAVE_GETTIMEOFDAY
-
- /* Define if you have the isascii function. */
- #undef HAVE_ISASCII
-
- /* Define if you have the lchown function. */
- #undef HAVE_LCHOWN
-
- /* Define if you have the listmntent function. */
- #undef HAVE_LISTMNTENT
-
- /* Define if you have the memcpy function. */
- #undef HAVE_MEMCPY
-
- /* Define if you have the mkfifo function. */
- #undef HAVE_MKFIFO
-
- /* Define if you have the munmap function. */
- #undef HAVE_MUNMAP
-
- /* Define if you have the putenv function. */
- #undef HAVE_PUTENV
-
- /* Define if you have the setenv function. */
- #undef HAVE_SETENV
-
- /* Define if you have the setlocale function. */
- #undef HAVE_SETLOCALE
-
- /* Define if you have the statvfs function. */
- #undef HAVE_STATVFS
-
- /* Define if you have the stpcpy function. */
- #undef HAVE_STPCPY
-
- /* Define if you have the strcasecmp function. */
- #undef HAVE_STRCASECMP
-
- /* Define if you have the strchr function. */
- #undef HAVE_STRCHR
-
- /* Define if you have the strerror function. */
- #undef HAVE_STRERROR
-
- /* Define if you have the strrchr function. */
- #undef HAVE_STRRCHR
-
- /* Define if you have the valloc function. */
- #undef HAVE_VALLOC
-
- /* Define if you have the <argz.h> header file. */
- #undef HAVE_ARGZ_H
-
- /* Define if you have the <dirent.h> header file. */
- #undef HAVE_DIRENT_H
-
- /* Define if you have the <errno.h> header file. */
- #undef HAVE_ERRNO_H
-
- /* Define if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
-
- /* Define if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
-
- /* Define if you have the <locale.h> header file. */
- #undef HAVE_LOCALE_H
-
- /* Define if you have the <malloc.h> header file. */
- #undef HAVE_MALLOC_H
-
- /* Define if you have the <mntent.h> header file. */
- #undef HAVE_MNTENT_H
-
- /* Define if you have the <mnttab.h> header file. */
- #undef HAVE_MNTTAB_H
-
- /* Define if you have the <ndir.h> header file. */
- #undef HAVE_NDIR_H
-
- /* Define if you have the <nl_types.h> header file. */
- #undef HAVE_NL_TYPES_H
-
- /* Define if you have the <string.h> header file. */
- #undef HAVE_STRING_H
-
- /* Define if you have the <sys/dir.h> header file. */
- #undef HAVE_SYS_DIR_H
-
- /* Define if you have the <sys/filsys.h> header file. */
- #undef HAVE_SYS_FILSYS_H
-
- /* Define if you have the <sys/fs_types.h> header file. */
- #undef HAVE_SYS_FS_TYPES_H
-
- /* Define if you have the <sys/fstyp.h> header file. */
- #undef HAVE_SYS_FSTYP_H
-
- /* Define if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
-
- /* Define if you have the <sys/mount.h> header file. */
- #undef HAVE_SYS_MOUNT_H
-
- /* Define if you have the <sys/ndir.h> header file. */
- #undef HAVE_SYS_NDIR_H
-
- /* Define if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
-
- /* Define if you have the <sys/statfs.h> header file. */
- #undef HAVE_SYS_STATFS_H
-
- /* Define if you have the <sys/statvfs.h> header file. */
- #undef HAVE_SYS_STATVFS_H
-
- /* Define if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
-
- /* Define if you have the <sys/vfs.h> header file. */
- #undef HAVE_SYS_VFS_H
-
- /* Define if you have the <sys/wait.h> header file. */
- #undef HAVE_SYS_WAIT_H
-
- /* Define if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
-
- /* Define if you have the <utime.h> header file. */
- #undef HAVE_UTIME_H
-
- /* Define if you have the <values.h> header file. */
- #undef HAVE_VALUES_H
-
- /* Define if you have the bsd library (-lbsd). */
- #undef HAVE_LIBBSD
-
- /* Define if you have the i library (-li). */
- #undef HAVE_LIBI
-
- /* Define if you have the intl library (-lintl). */
- #undef HAVE_LIBINTL
-
- /* Define if you have the ldgc library (-lldgc). */
- #undef HAVE_LIBLDGC
-
- /* Define if you have the ypsec library (-lypsec). */
- #undef HAVE_LIBYPSEC
-